4.4 Connect.Delete API

The Delete request will remove a previously stored ShortURL built by the Create request.
The URL will no longer be accessible by the customer and should not be shared by the Merchant.
The Delete request is called after a successful payment request is processed (whether the actual payment was accepted or declined by the bank).
The Delete end–point and Base64 encoded JSON template is included as one of the Webhooks from the Create API.

Table 14. Connect.Delete Object Fields
Field Name Type
(max length)
Required
Mandatory
Optional
Description
sessionID String M The sessionID of the ShortURL to be removed.
The MetaData.LinkId is populated during the Create API call.

Figure 5. Connect.Delete JSON Template

Continue

Return